home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc / binds < prev    next >
Text File  |  1997-01-15  |  808b  |  19 lines

  1. %{+m}
  2. ###  binds [type]
  3.    shows the Tcl bindings in effect, in a list similar to this:
  4.       Command bindings:
  5.         TYPE FLGS COMMAND              BINDING (TCL)
  6.         msg  -    rose                 msg_rose
  7.         msg  -    go                   msg_go
  8.         dcc  m    bind                 cmd_bind
  9.         pub  -    gross                pub_gross
  10.    the fields should be self-explanatory.  if not, go read the
  11.    file 'tcl-commands.doc' for help on the Tcl bind command.  note
  12.    that the builtin commands are now shown.  you may also specify
  13.    a type of binding to show (ie, '.binds msg') if you want to
  14.    narrow the field a bit.
  15. ###  binds all
  16.    displays all the Tcl bindings of every type, including the
  17.    bindings for builtin commands such as:
  18.         msg  -    op                   *msg:op
  19.